Filter hook 'transient_{$transient}'
in WP Core File wp-includes/option.php at line 1459
Description
Filters an existing transient's value. The dynamic portion of the hook name, `$transient`, refers to the transient name.
Occurrences
Filename |
Line Number |
wp-includes/option.php |
1459 |
Parameters
Type |
Name |
Description |
mixed |
$value |
Value of transient. |
string |
$transient |
Transient name. |
PHP Doc
/**
* Filters an existing transient's value.
*
* The dynamic portion of the hook name, `$transient`, refers to the transient name.
*
* @since 2.8.0
* @since 4.4.0 The `$transient` parameter was added
*
* @param mixed $value Value of transient.
* @param string $transient Transient name.
*/